home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.bars.tem.BARS.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  526 b   |  48 lines

  1. a:link
  2. {
  3.     color: rgb(0,102,153); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(0,153,102); 
  8. a:active 
  9. {
  10.     color: rgb(0,102,102);
  11. }
  12. body
  13. {
  14.     font-family: Arial, Helvetica;
  15.     background-color: rgb(204,204,153);
  16.     color: rgb(0,51,51);
  17. }
  18. h1, h2, h3, h4, h5, h6
  19. {
  20.     font-family: Times New Roman, Times;
  21. }
  22. h1
  23. {
  24.     color: rgb(0,153,153);
  25. }
  26. h2
  27. {
  28.     color: rgb(102,102,102); 
  29. }
  30. h3
  31. {
  32.     color: rgb(153,153,102); 
  33. }
  34. h4
  35. {
  36.     color: rgb(0,153,153);
  37. }
  38. h5
  39. {
  40.     color: rgb(102,102,102);
  41. }
  42. h6
  43. {
  44.     color: rgb(153,153,102);
  45. }
  46.  
  47.